This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
xmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed man page installation.
master
phillbush
4 years ago
parent
dbeb994054
commit
9c891da8b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -23,6 +23,6 @@ install: all
uninstall:
rm -f ${DESTDIR}/${PREFIX}/bin/${PROG}
rm -f ${DESTDIR}/${MANPREFIX}/${PROG}.1
rm -f ${DESTDIR}/${MANPREFIX}/
man1/
${PROG}.1
.PHONY: all clean install uninstall
Write
Preview
Loading…
Cancel
Save