aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--Makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index 056d516..0f0089a 100644
--- a/Makefile
+++ b/Makefile
@@ -100,8 +100,7 @@ ifdef NEEDS_LIBICONV
endif
-.PHONY: all libgit test install uninstall clean force-version get-git \
- doc man-doc html-doc clean-doc
+.PHONY: all libgit test install uninstall clean force-version get-git
all: cgit
@@ -150,22 +149,8 @@ uninstall:
rm -f $(CGIT_DATA_PATH)/cgit.css
rm -f $(CGIT_DATA_PATH)/cgit.png
-doc: man-doc html-doc pdf-doc
-
-man-doc: cgitrc.5.txt
- a2x -f manpage cgitrc.5.txt
-
-html-doc: cgitrc.5.txt
- a2x -f xhtml --stylesheet=cgit-doc.css cgitrc.5.txt
-
-pdf-doc: cgitrc.5.txt
- a2x -f pdf cgitrc.5.txt
-
-clean: clean-doc
+clean:
rm -f cgit VERSION *.o *.d
-clean-doc:
- rm -f cgitrc.5 cgitrc.5.xhtml cgitrc.5.pdf
-
get-git:
curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git