Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.3] manual: Remove obsoleted html-upload target, and update css URL #701

Merged
merged 1 commit into from Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/html.xsl.in
Expand Up @@ -4,7 +4,7 @@
<xsl:param name="use.id.as.filename" select="'1'"/>
<xsl:param name="chunk.section.depth" select="0"></xsl:param>
<xsl:param name="chunk.separate.lots" select="1"></xsl:param>
<xsl:param name="html.stylesheet" select="'https://netatalk.sourceforge.io/css/netatalk.css'"/>
<xsl:param name="html.stylesheet" select="'https://netatalk.io/css/netatalk.css'"/>

<xsl:template name="user.header.navigation">
<xsl:variable name="codefile" select="document('netatalk.html',/)"/>
Expand Down
3 changes: 0 additions & 3 deletions doc/manual/Makefile.am
Expand Up @@ -75,7 +75,4 @@ html-local: $(XML_PAGES)
@xsltproc $(HTML_STYLESHEET) manual.xml
rm -f *.

html-upload: html-local
scp $(HTML_PAGES) $$USER,netatalk@web.sourceforge.net:/home/project-web/netatalk/htdocs/2.3/htmldocs/

endif