Skip to content

Commit a33567f

Browse files
committed
Commit the symlinks to the repo instead of creating them in the Makefile
1 parent 9980f4a commit a33567f

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
\#*
33
*.patch
44
*.html
5-
*.1
5+
commit-patch.1
66
*.orig
7-
commit-partial
87
*.tmp

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@ commit-patch.fat: commit-patch
1212
carton exec fatpack pack $< > $@
1313
chmod +x $@
1414

15-
commit-partial:
16-
ln -s commit-patch commit-partial
17-
1815
commit-patch.1: commit-patch
1916
pod2man -c "User Commands" $< > $@
2017

21-
commit-partial.1:
22-
ln -s commit-patch.1 commit-partial.1
23-
2418
commit-patch.html: commit-patch
2519
pod2html --title="commit-patch Documentation" $< > $@
2620

commit-partial

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
commit-patch

commit-partial.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
commit-patch.1

0 commit comments

Comments
 (0)