Updated packagers to handle new documentation.

This commit is contained in:
crs 2004-08-01 16:31:47 +00:00
parent 5fd563b278
commit cab52ae6a6
4 changed files with 32 additions and 25 deletions

View File

@ -90,7 +90,7 @@ dist-pkg: all
cp $(PKG_DOC_FILES) $(PKGTOPDIR)/@PACKAGE@-@VERSION@/doc
(cd $(PKGTOPDIR)/@PACKAGE@-@VERSION@; \
chmod 644 *; \
chmod 755 $(PKG_PROG_FILES); \
chmod 755 doc $(PKG_PROG_FILES); \
strip $(PKG_PROG_FILES) )
type=`uname -s -m | tr '[A-Z] ' '[a-z].'`; \
(cd $(PKGTOPDIR); tar cf - @PACKAGE@-@VERSION@ | \

View File

@ -4,16 +4,7 @@ DEPTH=..\..
NSIS="D:\Program Files\NSIS\makensis"
DOCS = \
AUTHORS \
BUGS \
COPYING \
ChangeLog \
FAQ \
HISTORY \
INSTALL \
NEWS \
README \
TODO \
$(NULL)
default: dosifydocs installer

View File

@ -59,16 +59,21 @@ Section "Synergy (required)"
File "${DEPTH}\build\synergyc.exe"
File "${DEPTH}\build\synergys.exe"
File "${DEPTH}\build\*.dll"
File AUTHORS.txt
File BUGS.txt
File COPYING.txt
File ChangeLog.txt
File FAQ.txt
File HISTORY.txt
File INSTALL.txt
File NEWS.txt
File README.txt
File TODO.txt
File doc\authors.html
File doc\autostart.html
File doc\compiling.html
File doc\configuration.html
File doc\developer.html
File doc\faq.html
File doc\history.html
File doc\index.html
File doc\license.html
File doc\news.html
File doc\running.html
File doc\security.html
File doc\tips.html
File doc\todo.html
; Write the installation path into the registry
WriteRegStr HKLM SOFTWARE\Synergy "Install_Dir" "$INSTDIR"

View File

@ -36,13 +36,24 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/synergyc
/usr/bin/synergys
%doc AUTHORS
%doc BUGS
%doc COPYING
%doc ChangeLog
%doc FAQ
%doc HISTORY
%doc INSTALL
%doc NEWS
%doc README
%doc TODO
%doc doc/authors.html
%doc doc/autostart.html
%doc doc/compiling.html
%doc doc/configuration.html
%doc doc/developer.html
%doc doc/faq.html
%doc doc/history.html
%doc doc/index.html
%doc doc/license.html
%doc doc/news.html
%doc doc/running.html
%doc doc/security.html
%doc doc/tips.html
%doc doc/todo.html
%doc doc/synergy.css
%doc examples/synergy.conf