about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorLars Hjemli2009-03-15 09:27:54 +0100
committerLars Hjemli2009-03-15 09:27:54 +0100
commit290c2a752fe2b338e6fd67f873bd80ff7e4665a2 (patch)
tree5961148b7ffb1eb369acc825fb7b2ab67db4e855
parentMerge branch 'stable' (diff)
downloadcgit-290c2a752fe2b338e6fd67f873bd80ff7e4665a2.tar.gz
cgit-290c2a752fe2b338e6fd67f873bd80ff7e4665a2.zip
Fix doc-related glitches in Makefile and .gitignore
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--.gitignore5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1e016e5..487728b 100644 --- a/.gitignore +++ b/.gitignore
@@ -2,5 +2,10 @@
2cgit 2cgit
3cgit.conf 3cgit.conf
4VERSION 4VERSION
5cgitrc.5
6cgitrc.5.fo
7cgitrc.5.html
8cgitrc.5.pdf
9cgitrc.5.xml
5*.o 10*.o
6*.d 11*.d
diff --git a/Makefile b/Makefile index 056d516..9831bcf 100644 --- a/Makefile +++ b/Makefile
@@ -165,7 +165,7 @@ clean: clean-doc
165 rm -f cgit VERSION *.o *.d 165 rm -f cgit VERSION *.o *.d
166 166
167clean-doc: 167clean-doc:
168 rm -f cgitrc.5 cgitrc.5.xhtml cgitrc.5.pdf 168 rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo
169 169
170get-git: 170get-git:
171 curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git 171 curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git