From 9aa21eaa8464317985c1d5ee1b8fa577cc2d2473 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 7 Nov 2011 15:33:52 +0100 Subject: removed deprecated stuff --- doc/Makefile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 doc/Makefile (limited to 'doc/Makefile') 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 -- cgit v1.2.3