diff options
| author | Anselm R. Garbe <[email protected]> | 2007-10-11 20:47:34 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-10-11 20:47:34 +0200 |
| commit | 0453c1d180ca868a740bcc032d2dac1f120f6c7e (patch) | |
| tree | a7a1cff6276dfde5fa411de70d7047f190b66967 /Makefile | |
| parent | added Mod1-Tab description to dwm.1 (diff) | |
| download | dwm-0453c1d180ca868a740bcc032d2dac1f120f6c7e.tar.gz dwm-0453c1d180ca868a740bcc032d2dac1f120f6c7e.tar.bz2 dwm-0453c1d180ca868a740bcc032d2dac1f120f6c7e.zip | |
recreated dwm.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index dee43ed..1dde4b2 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} - @cp -R LICENSE Makefile README config.def.h config.mk \ + @cp -R LICENSE Makefile README config.def.h config.mk dwm.h \ dwm.1 ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar |