Properly install dogygen API docs and help files.

git-svn-id: http://yate.null.ro/svn/yate/trunk@858 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-06-11 14:41:04 +00:00
parent fbfb9ba59e
commit 0e44cd03e9
7 changed files with 48 additions and 6 deletions

View File

@ -98,7 +98,7 @@ clean-tables: check-topdir
$(MAKE) -C ./tables -f Makefile.tables mrproper
clean-apidocs: check-topdir
-rm docs/api/*.html docs/api/*.png
-rm docs/api/*.*
distclean: check-topdir clean clean-config-files

View File

@ -664,6 +664,7 @@ AC_CONFIG_FILES([yate.spec
engine/Makefile
modules/Makefile
modules/skin/Makefile
modules/help/Makefile
clients/Makefile
scripts/Makefile
conf.d/Makefile

View File

@ -1,6 +1,3 @@
core*
*.html
*.png
*.orig
*.*
*~
.*.swp

View File

@ -18,7 +18,7 @@ MODRELAX:= @MODULE_LDRELAX@
MODSTRIP:= @MODULE_SYMBOLS@
INCFILES := @top_srcdir@/yateclass.h @top_srcdir@/yatengine.h @top_srcdir@/yatephone.h ../yateversn.h
SUBDIRS := skin gtk2
SUBDIRS := skin help gtk2
MKDEPS := ../config.status
PROGS := cdrbuild.yate cdrfile.yate \
regexroute.yate regfile.yate accfile.yate register.yate \

6
modules/help/.cvsignore Normal file
View File

@ -0,0 +1,6 @@
Makefile
.xvpics
core*
*.orig
*~
.*.swp

36
modules/help/Makefile.in Normal file
View File

@ -0,0 +1,36 @@
# Makefile
# This file holds the make rules for the Telephony Engine modules
# override DESTDIR at install time to prefix the install directory
DESTDIR :=
# override DEBUG at compile time to enable full debug or remove it all
DEBUG :=
SUBDIRS := gtk2
MKDEPS := ../../config.status
basedir = @libdir@/yate
prefix = @prefix@
exec_prefix = @exec_prefix@
moddir = $(basedir)/modules
helpdir = $(moddir)/help
.PHONY: all clean install uninstall
all clean:
install:
@lst="`cd @srcdir@; ls -1 -d *.yhlp`" ; \
mkdir -p "$(DESTDIR)$(helpdir)/" && \
for i in $$lst ; do \
install -D -m 0644 "@srcdir@/$$i" "$(DESTDIR)$(helpdir)/$$i" ; \
done;
uninstall:
@-rm "$(DESTDIR)$(helpdir)/"*.yhlp
@-rmdir "$(DESTDIR)$(helpdir)"
@-rmdir "$(DESTDIR)$(moddir)"
@-rmdir "$(DESTDIR)$(basedir)"
Makefile: @srcdir@/Makefile.in $(MKDEPS)
cd ../.. && ./config.status

View File

@ -58,6 +58,8 @@ The yate-client package includes the files needed to use YATE as a VoIP client
/usr/bin/yate-gtk2
%dir /usr/lib/yate/modules/skin
/usr/lib/yate/modules/skin/*
%dir /usr/lib/yate/modules/help
/usr/lib/yate/modules/help/*
%dir /usr/lib/yate/modules/gtk2
/usr/lib/yate/modules/gtk2/*