Move user-files to data/

All files listed by user-files are in fact referrenced from the data/
directory. Therefore, moving it to data/ makes sense to keep
consistency.
This commit is contained in:
Xavier Del Campo Romero 2025-01-01 21:44:48 +01:00
parent e1f2d65ac4
commit 7a2047c2f0
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2
4 changed files with 40 additions and 39 deletions

View file

@ -34,4 +34,3 @@ install(FILES
)
add_subdirectory(data)
install(FILES user-files DESTINATION ${datadir})

View file

@ -3,3 +3,5 @@ add_subdirectory(drivers)
add_subdirectory(cars)
add_subdirectory(data)
add_subdirectory(tracks)
install(FILES user-files DESTINATION ${datadir})

38
data/user-files Normal file
View file

@ -0,0 +1,38 @@
config/logging.xml
config/raceengine.xml
config/screen.xml
config/graph.xml
config/sound.xml
config/osghudconfig.xml
config/downloadservers.xml
config/webserver.xml
config/raceman/championship-24h.xml
config/raceman/championship-36gp.xml
config/raceman/championship-67gp.xml
config/raceman/championship-ls-gt1.xml
config/raceman/championship-mp1.xml
config/raceman/championship-mp5.xml
config/raceman/championship-mpa11.xml
config/raceman/championship-mpa1.xml
config/raceman/championship-online.xml
config/raceman/championship-supercars.xml
config/raceman/championship-trb1.xml
config/raceman/championship.xml
config/raceman/netclient.xml
config/raceman/netserver.xml
config/raceman/netwatcher.xml
config/raceman/networkrace.xml
config/raceman/optimizationMT.xml
config/raceman/practice.xml
config/raceman/quickrace.xml
config/raceman/singleevent-36gp.xml
config/raceman/singleevent-challenge.xml
config/raceman/singleevent-endurance.xml
config/raceman/singleevent-ls-gt1.xml
config/raceman/singleevent-mp5.xml
config/raceman/singleevent-mpa1.xml
config/raceman/extra/skill.xml
drivers/human/car.xml
drivers/human/preferences.xml
drivers/networkhuman/car.xml
drivers/networkhuman/preferences.xml

View file

@ -1,38 +0,0 @@
data/config/logging.xml
data/config/raceengine.xml
data/config/screen.xml
data/config/graph.xml
data/config/sound.xml
data/config/osghudconfig.xml
data/config/downloadservers.xml
data/config/webserver.xml
data/config/raceman/championship-24h.xml
data/config/raceman/championship-36gp.xml
data/config/raceman/championship-67gp.xml
data/config/raceman/championship-ls-gt1.xml
data/config/raceman/championship-mp1.xml
data/config/raceman/championship-mp5.xml
data/config/raceman/championship-mpa11.xml
data/config/raceman/championship-mpa1.xml
data/config/raceman/championship-online.xml
data/config/raceman/championship-supercars.xml
data/config/raceman/championship-trb1.xml
data/config/raceman/championship.xml
data/config/raceman/netclient.xml
data/config/raceman/netserver.xml
data/config/raceman/netwatcher.xml
data/config/raceman/networkrace.xml
data/config/raceman/optimizationMT.xml
data/config/raceman/practice.xml
data/config/raceman/quickrace.xml
data/config/raceman/singleevent-36gp.xml
data/config/raceman/singleevent-challenge.xml
data/config/raceman/singleevent-endurance.xml
data/config/raceman/singleevent-ls-gt1.xml
data/config/raceman/singleevent-mp5.xml
data/config/raceman/singleevent-mpa1.xml
data/config/raceman/extra/skill.xml
data/drivers/human/car.xml
data/drivers/human/preferences.xml
data/drivers/networkhuman/car.xml
data/drivers/networkhuman/preferences.xml