[CONTACT]

[ABOUT]

[POLICY]

git clone dmenu dmenu Log gph

Found at: gopher.r-36.net:70/scm/dmenu/commit/c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e.gph

tMakefile: package config.def.h on make dist - dmenu - Dmenu fork with xft fonts.

git clone git://r-36.net/dmenu

Log

Files

Refs

README

LICENSE

---

commit c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e

parent cc99007809b18c27ef441b1a2ccb38cbbec664c7

Author: Hiltjo Posthuma

Date:   Sun,  8 Nov 2015 16:46:34 +0100
Makefile: package config.def.h on make dist
Diffstat:
  Makefile                            |       5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---

diff --git a/Makefile b/Makefile

t@@ -39,8 +39,9 @@ clean:
 dist: clean
         @echo creating dist tarball
         @mkdir -p dmenu-${VERSION}
-        @cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \
-                dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION}
+        @cp LICENSE Makefile README arg.h config.def.h config.mk dmenu.1 \
+                drw.h util.h dmenu_path dmenu_run stest.1 ${SRC} \
+                dmenu-${VERSION}
         @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
         @gzip dmenu-${VERSION}.tar
         @rm -rf dmenu-${VERSION}
.


AD: