root/trunk/lib/help/Makefile

Revision 918, 402 bytes (checked in by takkaria, 6 months ago)

Use consistent newlines everywhere, and also set the svn:eol-style property to native on all text files.

  • Property svn:eol-style set to native
Line 
1 include ../../mk/rules.mk
2 include ../../mk/objective.mk
3
4 OBJECTIVE_DATA =        \
5         attack.txt:${DATA_PATH}/help  \
6         birth.txt:${DATA_PATH}/help   \
7         command.txt:${DATA_PATH}/help \
8         dungeon.txt:${DATA_PATH}/help \
9         general.txt:${DATA_PATH}/help \
10         option.txt:${DATA_PATH}/help  \
11         playing.txt:${DATA_PATH}/help \
12         version.txt:${DATA_PATH}/help \
13         help.hlp:${DATA_PATH}/help    \
14         308.txt:${DATA_PATH}/help
15
16
Note: See TracBrowser for help on using the browser.