Skip to content

Commit

Permalink
Distribute the man page
Browse files Browse the repository at this point in the history
  • Loading branch information
r0m30 committed Jul 22, 2017
1 parent 93d657c commit 584c4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ linuxpba_SOURCES = LinuxPBA/LinuxPBA.cpp LinuxPBA/GetPassPhrase.cpp LinuxPBA/Unl
\
$(SEDUTIL_COMMON_CODE)
EXTRA_DIST = linux/GitVersion.sh linux/PSIDRevert_LINUX.txt linux/TestSuite.sh README.md
man_MANS = docs/sedutil-cli.8
linux/Version.h:
./linux/GitVersion.sh > linux/Version.h
.INTERMEDIATE: linux/Version.h
Expand Down
2 changes: 1 addition & 1 deletion linux/Package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ strip --strip-debug ./CLI/dist/Release_i686/GNU-Linux/sedutil-cli
strip --strip-unneeded ./CLI/dist/Release_i686/GNU-Linux/sedutil-cli
strip --strip-debug ./CLI/dist/Release_x86_64/GNU-Linux/sedutil-cli
strip --strip-unneeded ./CLI/dist/Release_x86_64/GNU-Linux/sedutil-cli
tar --xform 's,^,sedutil/,' -czf sedutil_LINUX.tgz *.txt TestSuite.sh ./*.txt -C ./CLI/dist Release_i686/GNU-Linux/sedutil-cli Release_x86_64/GNU-Linux/sedutil-cli
tar --xform 's,^,sedutil/,' -czf sedutil_LINUX.tgz *.txt TestSuite.sh ./*.txt ../docs/* -C ./CLI/dist Release_i686/GNU-Linux/sedutil-cli Release_x86_64/GNU-Linux/sedutil-cli

0 comments on commit 584c4cf

Please sign in to comment.