Skip to content

Commit

Permalink
don't bother with symlinks for COPYING file
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 committed Feb 5, 2016
1 parent 4b984e6 commit 02a4771
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*~
*.orig
COPYING
.deps/
.libs/
.cproject
Expand Down
1 change: 1 addition & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See Copyright file for information about the copyright
3 changes: 0 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,3 @@ AC_CONFIG_FILES([xmlsec1Conf.sh:xmlsecConf.sh.in], [chmod +x xmlsec1Conf.sh])
AC_CONFIG_FILES([xmlsec1-config:xmlsec-config.in], [chmod +x xmlsec1-config])
AC_OUTPUT


dnl COPYING should be in "srcdir" not in "builddir"
(cd $srcdir && rm -f COPYING.LIB COPYING && $LN_S Copyright COPYING)
3 changes: 3 additions & 0 deletions docs/api/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ templates: scan templates-copy
--output-dir=$(TMPL_DIR)/nss
$(GTKDOC_MKTMPL) --module=xmlsec-mscrypto \
--output-dir=$(TMPL_DIR)/mscrypto
(for i in `find $(TMPL_DIR) -name "*.sgml.bak" -print` ; do \
rm "$$i" ; \
done ; )

templates-copy: $(TMPL_SRC_DIR) $(TMPL_DIR)/.sentinel
@echo "Copying original template files into '$(TMPL_DIR)' ..."
Expand Down

0 comments on commit 02a4771

Please sign in to comment.