mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
13
quiz/datfiles/Makefrag
Normal file
13
quiz/datfiles/Makefrag
Normal file
@@ -0,0 +1,13 @@
|
||||
# Makefrag - makefile fragment for quiz/datfiles
|
||||
|
||||
quiz_datfiles_DIRS := $(QUIZ_DIR)
|
||||
|
||||
quiz_datfiles_CATS := africa america areas arith asia babies bard chinese \
|
||||
collectives ed elements europe flowers greek inca index latin \
|
||||
locomotive midearth morse mult murders poetry posneg pres province \
|
||||
seq-easy seq-hard sexes sov spell state trek ucc
|
||||
|
||||
quiz_datfiles_all:
|
||||
|
||||
quiz_datfiles_install:
|
||||
set -e; for c in $(quiz_datfiles_CATS); do $(INSTALL_DATA) quiz/datfiles/$$c $(INSTALL_PREFIX)$(QUIZ_DIR)/$$c; done
|
||||
Reference in New Issue
Block a user