Updated packagers to handle new documentation.
This commit is contained in:
parent
5fd563b278
commit
cab52ae6a6
|
@ -90,7 +90,7 @@ dist-pkg: all
|
||||||
cp $(PKG_DOC_FILES) $(PKGTOPDIR)/@PACKAGE@-@VERSION@/doc
|
cp $(PKG_DOC_FILES) $(PKGTOPDIR)/@PACKAGE@-@VERSION@/doc
|
||||||
(cd $(PKGTOPDIR)/@PACKAGE@-@VERSION@; \
|
(cd $(PKGTOPDIR)/@PACKAGE@-@VERSION@; \
|
||||||
chmod 644 *; \
|
chmod 644 *; \
|
||||||
chmod 755 $(PKG_PROG_FILES); \
|
chmod 755 doc $(PKG_PROG_FILES); \
|
||||||
strip $(PKG_PROG_FILES) )
|
strip $(PKG_PROG_FILES) )
|
||||||
type=`uname -s -m | tr '[A-Z] ' '[a-z].'`; \
|
type=`uname -s -m | tr '[A-Z] ' '[a-z].'`; \
|
||||||
(cd $(PKGTOPDIR); tar cf - @PACKAGE@-@VERSION@ | \
|
(cd $(PKGTOPDIR); tar cf - @PACKAGE@-@VERSION@ | \
|
||||||
|
|
|
@ -4,16 +4,7 @@ DEPTH=..\..
|
||||||
NSIS="D:\Program Files\NSIS\makensis"
|
NSIS="D:\Program Files\NSIS\makensis"
|
||||||
|
|
||||||
DOCS = \
|
DOCS = \
|
||||||
AUTHORS \
|
|
||||||
BUGS \
|
|
||||||
COPYING \
|
|
||||||
ChangeLog \
|
ChangeLog \
|
||||||
FAQ \
|
|
||||||
HISTORY \
|
|
||||||
INSTALL \
|
|
||||||
NEWS \
|
|
||||||
README \
|
|
||||||
TODO \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
default: dosifydocs installer
|
default: dosifydocs installer
|
||||||
|
|
|
@ -59,16 +59,21 @@ Section "Synergy (required)"
|
||||||
File "${DEPTH}\build\synergyc.exe"
|
File "${DEPTH}\build\synergyc.exe"
|
||||||
File "${DEPTH}\build\synergys.exe"
|
File "${DEPTH}\build\synergys.exe"
|
||||||
File "${DEPTH}\build\*.dll"
|
File "${DEPTH}\build\*.dll"
|
||||||
File AUTHORS.txt
|
|
||||||
File BUGS.txt
|
|
||||||
File COPYING.txt
|
|
||||||
File ChangeLog.txt
|
File ChangeLog.txt
|
||||||
File FAQ.txt
|
File doc\authors.html
|
||||||
File HISTORY.txt
|
File doc\autostart.html
|
||||||
File INSTALL.txt
|
File doc\compiling.html
|
||||||
File NEWS.txt
|
File doc\configuration.html
|
||||||
File README.txt
|
File doc\developer.html
|
||||||
File TODO.txt
|
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
|
; Write the installation path into the registry
|
||||||
WriteRegStr HKLM SOFTWARE\Synergy "Install_Dir" "$INSTDIR"
|
WriteRegStr HKLM SOFTWARE\Synergy "Install_Dir" "$INSTDIR"
|
||||||
|
|
|
@ -36,13 +36,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
/usr/bin/synergyc
|
/usr/bin/synergyc
|
||||||
/usr/bin/synergys
|
/usr/bin/synergys
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%doc BUGS
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%doc FAQ
|
|
||||||
%doc HISTORY
|
|
||||||
%doc INSTALL
|
%doc INSTALL
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%doc README
|
%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
|
%doc examples/synergy.conf
|
||||||
|
|
Loading…
Reference in New Issue