diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-11-07 15:33:52 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:49 +0100 |
commit | 9aa21eaa8464317985c1d5ee1b8fa577cc2d2473 (patch) | |
tree | 8e511c8d7c55829323742858df69349969824ee5 /doc/Makefile | |
parent | 3260749d369d3466c345d40a8b2189c32c8c1b60 (diff) | |
download | usdx-9aa21eaa8464317985c1d5ee1b8fa577cc2d2473.tar.gz usdx-9aa21eaa8464317985c1d5ee1b8fa577cc2d2473.tar.xz usdx-9aa21eaa8464317985c1d5ee1b8fa577cc2d2473.zip |
removed deprecated stuff
Diffstat (limited to '')
-rw-r--r-- | doc/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index bfb4596c..00000000 --- a/doc/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -MKDIR ?= mkdir -p -RM ?= rm -f -RM_REC ?= $(RM) -r - -PASDOC ?= pasdoc$(EXEEXT) - -DOCDIR ?= ./pasdoc -SRCDIR := ../src -INCLUDE := -I$(SRCDIR) -DEFINES := -DPASDOC -SRCFILES := $(SRCDIR)/base/*.pas \ - $(SRCDIR)/screens/*.pas \ - $(SRCDIR)/menu/*.pas \ - $(SRCDIR)/media/*.pas - -.PHONY: all -all: doc - -.PHONY: doc -doc: clean - $(MKDIR) $(DOCDIR) -# pasdoc does not return a meaningful exit code (e.g. an error code on success) so always return true - $(PASDOC) --staronly --ignore-leading=* $(INCLUDE) $(DEFINES) --output=$(DOCDIR) $(SRCFILES); true -# check if doc was created - @test -f $(DOCDIR)/index.html - -.PHONY: clean -clean: - $(RM) $(DOCDIR)/*.html $(DOCDIR)/*.css $(DOCDIR)/*.gif - -rmdir $(DOCDIR)
\ No newline at end of file |