RSS/Atom feed Twitter
Site is read-only, email is disabled

stylesheets/htmlalternate.xsl

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

stylesheets/htmlalternate.xsl Vitaly Lomov 27 Nov 18:03
  stylesheets/htmlalternate.xsl Sven Neumann 27 Nov 18:33
   stylesheets/htmlalternate.xsl Ulf-D. Ehlert 28 Nov 12:28
    stylesheets/htmlalternate.xsl Sven Neumann 28 Nov 20:00
Vitaly Lomov
2007-11-27 18:03:27 UTC (about 17 years ago)

stylesheets/htmlalternate.xsl

As I was about to commit (rev 2202) I noticed that the file stylesheets/htmlalternate.xsl was marked with ? in svn status. I don't know what it does, I just added as part of my commit. Btw, I tried adding it to .cvsignore to exclude it from commit, but that didn't work.

Sven Neumann
2007-11-27 18:33:47 UTC (about 17 years ago)

stylesheets/htmlalternate.xsl

Hi,

On Tue, 2007-11-27 at 17:03 +0000, Vitaly Lomov wrote:

As I was about to commit (rev 2202) I noticed that the file stylesheets/htmlalternate.xsl was marked with ? in svn status. I don't know what it does, I just added as part of my commit.

What is this file? It seems to be generated, thus you should not have added it to SVN. It appears to be generated from stylesheets/htmlalternate.xsl.in, but I don't see anything in it that would have to be substituted by configure, so why is the file generated at all?

Btw, I tried adding it to .cvsignore to exclude it from commit, but that didn't work.

You didn't have to do anything to exclude the file from commit. Unless you explicitely add the file, it is not committed.

The user manual isn't kept in CVS any longer. The .cvsignore files don't have any meaning in a Subversion repository and should all be removed. In order to tell Subversion that a certain file should be ignored,as you used to do with .cvsignore, you need to edit the svn:ignore property of the directory that holds the file. See http://svnbook.red-bean.com/en/1.2/svn-book.html#svn.advanced.props.special.ignore

Sven

Ulf-D. Ehlert
2007-11-28 12:28:26 UTC (almost 17 years ago)

stylesheets/htmlalternate.xsl

Sven Neumann (Dienstag, 27. November 2007, 18:33):

Hi,

On Tue, 2007-11-27 at 17:03 +0000, Vitaly Lomov wrote:

As I was about to commit (rev 2202) I noticed that the file stylesheets/htmlalternate.xsl was marked with ? in svn status. I don't know what it does, I just added as part of my commit.

What is this file? It seems to be generated, thus you should not have added it to SVN. It appears to be generated from stylesheets/htmlalternate.xsl.in, but I don't see anything in it that would have to be substituted by configure, so why is the file generated at all?

It's a member of AC_CONFIG_FILES, otherwise "make distcheck" didn't work (it wasn't copied to the directory $(distdir)/_build).

Is there a better way to make "make" work?

Ulf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /lists/gimp-docs/attachments/20071128/e642456d/attachment.bin

Sven Neumann
2007-11-28 20:00:55 UTC (almost 17 years ago)

stylesheets/htmlalternate.xsl

Hi,

On Wed, 2007-11-28 at 12:28 +0100, Ulf-D. Ehlert wrote:

It's a member of AC_CONFIG_FILES, otherwise "make distcheck" didn't work (it wasn't copied to the directory $(distdir)/_build).

Is there a better way to make "make" work?

You could add a makefile rule that copies it to the build directory.

If you don't want to do that, then stick to the current hack. But please remove the generated file from SVN and edit the svn:ignore property so that it doesn't show up on 'svn status'. If you need help, let me know.

Oh, and someone should remove all the .cvsignore files before they cause more confusion.

Sven