X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=makefile;h=a163b72d726ac3784ae675fe5c991a66089e3eb5;hp=be24e453ff82e6c87bc4a491d6017e5ea9ca9fbd;hb=404aca234d55a8d9ba7b6573b3c100c940b42fe8;hpb=e38417cf291ac23e9de46b0376e42747d1d39582 diff --git a/makefile b/makefile index be24e45..a163b72 100644 --- a/makefile +++ b/makefile @@ -10,10 +10,10 @@ CFLAGS= -O -g -DSSTDOC='"/usr/share/doc/sst/sst.doc"' CFILES= sst.c finish.c reports.c setup.c linux.c moving.c battle.c events.c ai.c planets.c OFILES= $(CFILES:.c=.o) HFILES=sst.h -DOC = sst-doc.xml sst.xml TODO +DOCS = README sst-doc.xml sst.xml TODO # sst.doc and sst.6 are included so target system won't need xmlto -SOURCES= $(CFILES) $(HFILES) $(DOC) sst.doc sst.6 makehelp.py makefile sst.spec +SOURCES= $(CFILES) $(HFILES) $(DOCS) sst.doc sst.6 makehelp.py makefile sst.spec all: sst sst.doc