Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/piklab/src/commit/9fe632409306851c04ef14c6dbb7cea96f1e4b32/Makefile.am
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
AUTOMAKE_OPTIONS = foreign 1.5
|
|
|
|
EXTRA_DIST = README COPYING Changelog
|
|
|
|
MAINTAINERCLEANFILES = configure.files subdirs
|
|
|
|
dist-hook:
|
|
cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin
|
|
|
|
distclean-local:
|
|
rm -rf autom4te.cache
|
|
rm -f svn-commit.*
|
|
SUBDIRS=$(TOPSUBDIRS)
|