index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | doc/Makefile.am | 2 |
diff --git a/doc/Makefile.am b/doc/Makefile.am index d0a3eb51..a9aa78f8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -148,7 +148,7 @@ pacman.conf.5 pacman.conf.5.html: pacman.conf.5.txt libalpm.3 libalpm.3.html: libalpm.3.txt # this one is just a symlink repo-remove.8: repo-add.8 - rm -f repo-remove.8 + $(RM) repo-remove.8 $(LN_S) repo-add.8 repo-remove.8 install-data-hook: |